Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / MappingCollectionBase<T> Class / Site Property

In This Topic
    Site Property (MappingCollectionBase<T>)
    In This Topic
    Gets or sets the ISite associated with the IComponent.
    Syntax
    'Declaration
     
    
    Public Overridable Property Site As ISite
    public virtual ISite Site {get; set;}
    See Also